home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Games / Xconq 7.0d16 / lib / hobbit-towns.g < prev    next >
Encoding:
Text File  |  1993-12-20  |  2.3 KB  |  79 lines  |  [TEXT/MPS ]

  1. (game-module "hobbit-towns"
  2.   (blurb "towns etc. for Western Lands in Middle Earth, version 1.0")
  3.   (notes "a side is defeated if it doesn't hold a town or two villages")
  4. )
  5.  
  6. ;(include "hobbit")
  7. (include "midearth")
  8.  
  9. ;Globals 0 1000 1 0 1 0 
  10. ;0 0 1 1000 -1
  11. ;20
  12.  
  13. (side (name "Mordor") (adjective "Sauron's slave") (class "evil"))
  14. (side (name "The Shire") (plural-noun "Shire folk") (class "good"))
  15. (side (plural-noun "Lake people") (class "good"))
  16. (side (name "Rohan") (noun "Rohirrim") (class "good"))
  17. (side (name "Gondor") (noun "Gondorian") (class "good"))
  18. (side (adjective "Pirate") (class "evil"))
  19.  
  20. (@ (n "Barad-dur") (@ 44 28) (s 1))
  21. (@ (n "Michel Delving") (@ 75 51) (s 2))
  22. (@ (n "Esgaroth") (@ 25 57) (s 3))
  23. (@ (n "Edoras") (@ 24 30) (s 4))
  24. (@ (n "Minas Tirith") (@ 37 24) (s 5))
  25. (@ (n "Umbar") (@ 39 2) (s 6))
  26.  
  27. (@ (n "Bree") (@ 3 52))
  28. (@ (n "Caras Galadhon") (@ 20 42))
  29. (@ (n "Dol Amroth") (@ 27 20))
  30. (@ (n "Minas Morgul") (@ 40 24))
  31. (@ (n "Mithlond") (@ 70 53))
  32. (@ (n "Nurnen") (@ 53 21))
  33. (@ (n "Pelargir") (@ 38 19))
  34. (@ (n "Rhun") (@ 46 46))
  35. (@ (n "Rivendell") (@ 13 53))
  36. (@ (n "Tharbad") (@ 7 45))
  37. (* (n "Arnach") (@ 10 29))
  38. (* (n "Brandy Hall") (@ 0 52))
  39. (* (n "Calembel") (@ 28 23))
  40. (* (n "Carn Dum") (@ 1 66))
  41. (* (n "Dale") (@ 24 59))
  42. (* (n "Dol Guldur") (@ 25 43))
  43. (* (n "Dunharrow") (@ 25 27))
  44. (* (n "Durthang") (@ 39 28))
  45. (* (n "Egladil") (@ 19 44))
  46. (* (n "Elvenking's Halls") (@ 22 58))
  47. (* (n "Fornost") (@ 79 57))
  48. (* (n "Grimslade") (@ 11 37))
  49. (* (n "Harad Outpost") (@ 59 2))
  50. (* (n "Helm's Deep") (@ 21 31))
  51. (* (n "Hobbiton") (@ 77 52))
  52. (* (n "Imloth Melui") (@ 37 12))
  53. (* (n "Isengard") (@ 19 34))
  54. (* (n "Khand") (@ 61 14))
  55. (* (n "Lamedon") (@ 14 19))
  56. (* (n "Langstrand") (@ 22 21))
  57. (* (n "Linhir") (@ 33 19))
  58. (* (n "Morthond") (@ 24 25))
  59. (* (n "Rhosgobel") (@ 27 49))
  60. (* (n "Staddle") (@ 3 54))
  61. (* (n "Tuckborough") (@ 77 50))
  62. (* (n "Undertowers") (@ 74 53))
  63. (* (n "Woodmen's  ") (@ 21 52))
  64. (/ (n "Erebor") (@ 23 59))
  65. (/ (n "Ered Luin") (@ 71 50))
  66. (/ (n "Ered Mithrin") (@ 19 61))
  67. (/ (n "Iron Hills") (@ 35 58))
  68. (/ (n "Moria") (@ 16 44))
  69. (/ (n "Moria West Gate") (@ 15 45))
  70. (/ (n "Orodruin") (@ 42 27))
  71. (b (n "Brandywine Bridge") (@ 79 53))
  72. (b (n "Carrock Ford") (@ 17 54))
  73. (b (n "Ford of Bruinen") (@ 12 52))
  74. (b (n "Harad Bridge") (@ 49 9))
  75. (b (n "Osgiliath") (@ 38 24))
  76. (b (n "Sarn Ford") (@ 2 48))
  77. (b (n "Tharbad Bridge") (@ 8 44))
  78. (b (n "The Last Bridge") (@ 9 52))
  79.